ContentType(String) Constructor

Initializes a new instance of the ContentType class.

Definition

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public ContentType(
	string contentType
)

Parameters

contentType  String
Type of the content.

See Also